object ThreadedListForm: TThreadedListForm Left = 128 Top = 101 Width = 201 Height = 241 Caption = 'Threaded List' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 14 object OrderOptions: TRadioGroup Left = 4 Top = 2 Width = 185 Height = 39 Caption = 'Order' Columns = 2 ItemIndex = 0 Items.Strings = ( 'By Name' 'By ID') TabOrder = 0 OnClick = OrderOptionsClick end end